ASP.NET MVC コントロールヘルプ
DataType メソッド (BaseODataCollectionViewServiceBuilder<T,TControl,TBuilder>)

C1.Web.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > BaseODataCollectionViewServiceBuilder<T,TControl,TBuilder> クラス : DataType メソッド
フィールド名。
フィールドデータの型。
C1.Web.Mvc.BaseODataCollectionViewService<T>.DataTypes を構成します。 データのロード時にデータ型を適用するためのマップとして使用されるオブジェクトを設定します。
シンタックス
'宣言
 
Public Function DataType( _
   ByVal fieldName As System.String, _
   ByVal dataType As DataType _
) As TBuilder
public TBuilder DataType( 
   System.string fieldName,
   DataType dataType
)

パラメータ

fieldName
フィールド名。
dataType
フィールドデータの型。

戻り値の型

現在のビルダ。
解説
オブジェクトキーはフィールド名を表し、値はデータに適用する方法を示す C1.Web.Mvc.Grid.DataType 値です。
参照

BaseODataCollectionViewServiceBuilder<T,TControl,TBuilder> クラス
BaseODataCollectionViewServiceBuilder<T,TControl,TBuilder> メンバ